-
Notifications
You must be signed in to change notification settings - Fork 75
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 paramsObject <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Finds a user by id
Name Type Argument Description userIdNumber The user id
paramsObject <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Finds a user by workspace
Name Type Argument Description workspaceIdNumber The workspace id
paramsObject <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 paramsObject <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise