Drive > Users
Create user
Create a new user resource
post/2/drive/{drive_id}/users
Path parameters
drive_idinteger required
Drive identifier
Query parameters
withstring
Optional : Allows loading additional data about a resource, which may include related resources.
Request body
Example request
{
"right": "manage",
"role": "admin",
"type": "main"
}Response
Created
Changes
No recorded changes to this endpoint across all 1 revision of this API.