cURL
curl --request GET \ --url https://api.wapikit.com/api/organization/members/{id}
{ "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" ] } ] } }
returns a single organization member
The id value of the organization member you want to get.
organization member object
The response is of type object.
object
Was this page helpful?