Retrieves a list of organization memberships.
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/memberships
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/memberships
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/memberships
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/memberships?limit=0&offset=0&filter=string&sort=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of organization memberships retrieved.
Total number of items that match the request. The value is independent of limit, including when limit is 0.
List of IP addresses that are permitted access. Private subnets are prohibited. To remove restrictions, set this value to null.
[ "153.12.32.33", "201.54.122.0/24", "2001:0db8:abcd:0012:0000:0000:0000:ffff", "2001:db8:abcd:12::0/64" ]
Permissions that the user has within the organization. Use the wildcard character * for full access.
[ "PostFile", "StorefrontGetAccount", "StorefrontGetWebsite", "StorefrontGetKycDocument", "StorefrontPostKycDocument" ]
Role IDs associated with the user. Role IDs specify the roles that the user performs within the organization. For example, the user may be an organization admin.
[ { "organization": { … }, "user": { … }, "allowedIps": [ … ], "permissions": [ … ], "isOwner": true, "isDefault": true, "roleIds": [ … ], "acl": [ … ], "_links": [ … ], "_embedded": { … } } ]