Resource URL
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Common Parameters
Include Page | ||||
---|---|---|---|---|
|
Supported HTTP Methods
Method | Description |
---|---|
POST | Submits a collection of user objects to be added, updated, or deleted. |
Include Page | ||||
---|---|---|---|---|
|
HTTP Body
The body contains a collection of user objects to be processed.
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
{ "Users" : [ // Collection of User Objects ] } |
Include Page | ||||
---|---|---|---|---|
|