Add Users
This API enables app managers to add users to add and manage files.
Request
POST: {base_url}/apps/{appID}/users
Headers
Learn how to pass authentication headers here.
Query Parameters
| Parameters | Type | Description |
|---|---|---|
userID |
string | Unique userID of the user |
extraData |
object | JSON object of meta information |
status |
string | The dynamic status of the user set by the manager |
isManager |
boolean | Determines whether the user is manager |