cURL
curl --request PATCH \ --url https://api.thundercompute.com:8443/v1/org/members/{member_id}/profile \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "member_id": "<string>", "name": "<string>", "org_id": "<string>" }
Update a member’s profile (currently: display name) within the caller’s organization
Member ID
Profile update request
The body is of type object.
object
OK
Was this page helpful?