Skip to content

/api/auth/users/{userId}/tier

PUT
/api/auth/users/{userId}/tier
curl --request PUT \
--url https://example.com/api/auth/users/example/tier \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "tier": "example" }'
userId
required
string
object
tier
string
nullable
Example generated
{
"tier": "example"
}

OK