Get a List of Unassigned Account Members
GET/v2/accounts/:accountID/account-memberships/unassigned-account-members
Use this resource to get a list of all account members that are not assigned to an account.
Filtering
The following operators and attributes are available for filtering unassigned account members.
Operator | Description |
---|---|
eq | Checks whether the values of two operands are equal. If the values are equal, the condition is true. |
like | Checks if the operand contains the specified string. You can use wildcard characters in operand. |
The following attributes are available for filtering unassigned account members.
Attribute | Type | Operator | Example |
---|---|---|---|
email | string | eq / like | eq(email,ronswanson@example.com) |
name | string | eq / like | like(name,*swan*) |
note
You can use pagination with this resource. For more information, see pagination.
Request
Responses
- 200
- 404
- 409
- default
OK
Not Found
Conflict
Internal server error.