get
Users GET
Required Scope: Users, Read
URL Parameters
- Param NameTypeDescription
- COMPANY_GUIDstringUnique ID associated with the company.
Related Information: The Company ID (Guid) is obtained as part of the JSON response from the initial OAuth connection
Resource URL
https://api.syncplicity.com/ provisioning/company_users.svc/company/{COMPANY_GUID}/users
Query Parameters
Name | Values | Description |
---|---|---|
lastUserGuid |
Used for paginated mode. Put here the last user guid from previous set in order to get next set of users |
|
limit |
Maximum number of users to be returned. |
Header Parameters
Name | Values | Description |
---|---|---|
AppKey
(required) |
Consumer Key of the app from Developer Portal |
|
Accept
(required) |
Accept type of the request |
Request Body
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Payload Example
Response Payload Schema
Response Error Details
-
HTTP CodeError CodeDescription
-
403403
(Forbidden) - Not This Company User
-
404404
(Not Found) - Unknown Company ID
(Not Found) - Wrong Company ID
Working...