Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>" }
Org-API-Key as a Bearer token.
1
Response for status 200