-
Notifications
You must be signed in to change notification settings - Fork 74
Users.API
Phips Peter edited this page Oct 22, 2014
·
5 revisions
Access to the Users resource
Name | Type | Description |
---|---|---|
dispatcher |
Dispatcher | The API dispatcher |
- Source:
-
Returns all users that the dispatcher has access to
Name Type Argument Description params
Object <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Finds a user by id
Name Type Argument Description userId
Number The user id
params
Object <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Finds a user by workspace
Name Type Argument Description workspaceId
Number The workspace id
params
Object <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Returns the current user of the dispatcher
Name Type Argument Description params
Object <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise