/user//aut
Description:
The /user/{userId}/aut
endpoint allows users to add a specific user to a tenant identified by their unique userId.
Method:
PUT
Path Parameter:
Parameter | Type | Description |
---|---|---|
userId | string | The unique identifier of the user. |
curl --request PUT \
--url https://server26-dot-royalti-project.uc.r.appspot.com/user/{id}/aut \
--header 'Authorization: Bearer <token>'
{}
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
User ID
success
The response is of type object
.
curl --request PUT \
--url https://server26-dot-royalti-project.uc.r.appspot.com/user/{id}/aut \
--header 'Authorization: Bearer <token>'
{}