cURL
curl --request POST \ --url https://api.wapikit.com/api/organization/members/{id} \ --header 'Content-Type: application/json' \ --data '{ "accessLevel": "Owner" }'
{ "data": { "member": { "uniqueId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "accessLevel": "Owner", "name": "<string>", "email": "<string>", "roles": [ { "uniqueId": "<string>", "name": "<string>", "description": "<string>", "permissions": [ "Get:OrganizationMember" ] } ] } } }
update a organization member
The id value of the organization member you want to update.
updated organization member info
The body is of type object.
object
user object
The response is of type object.
Was this page helpful?