...
For information on other response codes, see below.
Synchronize one or more groups
...
Code Block | ||
---|---|---|
| ||
{ "names": [ "crowd-administrators" ] } |
Sample response
...
Response
On success, the operation returns status code 200
and a JSON object containing the job ID in the response body (for example, 101
). To get the job details and progress, send the following GET request:
...
http://yourzephyr.com/flex/services/rest/v3/jobprogress/101
For information on other response codes, see below.
Response codes
HTTP Status Code | Description |
---|---|
200 | The request completed successfully. |
400 | Bad request. |
401 | The authentication token is missing. |
403 | The user has no permissions to perform this operation. |
500 | Unknown internal error. |
...