Skip to main content
PUT
/
v1
/
members
/
{externalUserID}
curl
curl -X PUT https://api.expys.com/v1/members/<externalUserID> \
  -H "Authorization: Bearer YOUR_ORG_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "attributes": {},
    "displayName": "string",
    "tier": "string"
  }'
{
  "attributes": {},
  "displayName": "<string>",
  "externalUserID": "<string>",
  "tier": "<string>"
}

Authorizations

Authorization
string
header
required

Org-API-Key as a Bearer token.

Path Parameters

externalUserID
string
required
Minimum string length: 1

Body

application/json
attributes
object
displayName
string
tier
string

Response

Response for status 200

attributes
object
required
displayName
string | null
required
externalUserID
string
required
tier
string
required