Skip to main content

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.

OperatorDescription
eqChecks whether the values of two operands are equal. If the values are equal, the condition is true.
likeChecks if the operand contains the specified string. You can use wildcard characters in operand.

The following attributes are available for filtering unassigned account members.

AttributeTypeOperatorExample
emailstringeq / likeeq(email,ronswanson@example.com)
namestringeq / likelike(name,*swan*)
note

You can use pagination with this resource. For more information, see pagination.

Request

Responses

OK