POST
/
iam
/
users
/
configurations
/
v1
curl --request POST \
  --url https://api.mottostreaming.com/iam/users/configurations/v1 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "project_id": "<string>",
  "identity_platform_configuration": {
    "userfront": {
      "tenant_id": "<string>",
      "public_key": "<string>",
      "api_key": "<string>"
    },
    "auth_key": "<string>"
  }
}'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
project_id
string
required
identity_platform_configuration
object
required

Response

200
application/json
OK

The response is of type object.