Members

Add a policy to a member user

PUT
/api/v1/members/{memberId}/add-policy/{policyId}

Authorization

AccessToken
Authorization<token>

Use access token to access this API. Example: "Authorization: api-MzQ..."

In: header

Path Parameters

memberId*string
Formatuuid
policyId*string
Formatuuid

Header Parameters

Organization?string

The organization ID associated with the request. Some APIs require this header to identify the organization context. When authenticating with an Access Token, this header is automatically populated from the token and does not need to be provided manually.

Workspace?string

The workspace ID associated with the request. Some APIs require this header to identify the workspace context. When authenticating with an Access Token, this header is automatically populated from the token and does not need to be provided manually.

Response Body

application/json

curl -X PUT "https://example.com/api/v1/members/497f6eca-6276-4993-bfeb-53cbbbba6f08/add-policy/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "success": true,  "errors": [    "string"  ],  "data": true}