Skip to content

Commit

Permalink
feat(orgs): Support Organization feature (#592)
Browse files Browse the repository at this point in the history
* feat(orgs) added organization boilerplate and connections logic

* Added organizations and tests

* Added get users orgs

* Added missing method

* Added more tests

* Address review from @ubenzer + additional things I caught

* Address feedback from @adamjmcgrath

* Missed erroneous user ID comment

* Missing documentation on some existing endpoints

* Applied feedback from UM

* Added missing tests

Co-authored-by: Yacine Brahimi <yacine.brahimi@auth0.com>
Co-authored-by: Adam Mcgrath <adam.mcgrath@auth0.com>
  • Loading branch information
3 people authored Mar 24, 2021
1 parent 6ca2450 commit 8fc5a07
Show file tree
Hide file tree
Showing 7 changed files with 2,719 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/management/JobsManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ JobsManager.prototype.errors = function(params, cb) {
*
* @param {Object} data User data object.
* @param {String} data.user_id ID of the user to be verified.
* @param {String} [data.organization_id] Organization ID
* @param {String} [data.client_id] client_id of the client (application). If no value provided, the global Client ID will be used.
* @param {Object} [data.identity] Used to verify secondary, federated, and passwordless-email identities.
* @param {String} data.identity.user_id user_id of the identity.
Expand Down
Loading

0 comments on commit 8fc5a07

Please sign in to comment.