Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Resources to be updated
All the information needed for creating a request
The duration of the request in minutes. -1 represents an indefinite duration
Required range:
x >= -1The ID of the user to be granted access. Should not be specified if target_group_id is specified.
Example:
"userd283-ca87-4a8a-bdbb-df212eca5353"
The ID of the group the request is for. Should not be specified if target_user_id is specified.
Example:
"userd283-ca87-4a8a-bdbb-df212eca5353"
Response
200 - application/json
The resulting request.
Example:
"4baf8423-db0a-4037-a4cf-f79c60cb67a5"

