GET
/
iam
/
users
/
v1
/
{user_id}
curl --request GET \
  --url https://api.mottostreaming.com/iam/users/v1/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "user": {
    "id": "<string>",
    "project_id": "<string>",
    "given_name": "<string>",
    "family_name": "<string>",
    "email": "<string>",
    "phone_number": "<string>",
    "profile_image_url": "<string>",
    "role": "ROLE_UNSPECIFIED"
  }
}

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

Response

200
application/json
OK
user
object

A user represents someone that wants to identify themselves within the Motto Content Delivery API. Important: not to be confused with Account which is an account of the Motto Studio API.