POST
/
iam
/
users
/
v1
/
{user_id}
/
token
curl --request POST \
  --url https://api.mottostreaming.com/iam/users/v1/{user_id}/token \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

Query Parameters

project_id
string
role
enum<string>
Available options:
ROLE_UNSPECIFIED,
ROLE_DEFAULT,
ROLE_TESTER,
ROLE_VIP

Response

200
application/json
OK
token
string