v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
User scope

Get scope

Returns the current scope of permitted properties assigned to the specified user.

get/user-scope/{id}

Path parameters

idstring required

The unique identifier of the user whose scope is being retrieved.

Response

Scope retrieved successfully

allAssignedboolean

True if the user is scoped to all listings in the account. When true, listingIds will not be present.

listingIdsstring[]

Array of listing IDs that the user is scoped to. Only present when allAssigned is false or undefined. Note: Either allAssigned or listingIds will always be present.