Logo
Basis Theory API Documentation

Tenant Members Update Member

PUT {{baseUrl}}/tenants/self/members/:memberId

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "id": "eEC4ec6c-3AcD-FDE4-ad1E-6ce9D612Bd6c", "tenant_id": "7F55C1a6-ACEd-1dFf-CAA8-82DD25A6e9Ff", "user": { "id": "6F46fc6a-4d2e-1303-ED0F-FFeDb1B2DB99", "email": "<email>", "provider": "<string>", "mfa_enrolled": "<boolean>", "first_name": "qiO(?O]", "last_name": "}OZ\\", "picture": "<string>" }, "role": "A-zzzzzzzzzz", "created_by": "97B34053-7Aa6-62E9-ccf9-A150Bf9b24d3", "created_date": "<dateTime>", "modified_by": "AbdC61ce-A8b3-8b05-7922-Fd2FB2Edd54C", "modified_at": "<dateTime>" }



Curl
curl -X PUT 'https://api.basistheory.com/tenants/self/members/:memberId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"role":"\u003cstring\u003e"}'

ENDPOINTS