Retrieves a list of organization memberships.
Security
SecretApiKey or JWT
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
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/memberships?limit=1000&offset=1000&filter=string&sort=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of organization memberships retrieved.
Array []
List of IP addresses that are permitted access. Private subnets are prohibited. To remove restrictions, set this value to null.
Example:
[ "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.
Example:
[ "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.
Response
[ { "organization": { … }, "user": { … }, "allowedIps": [ … ], "permissions": [ … ], "isOwner": true, "isDefault": true, "roleIds": [ … ], "acl": [ … ], "_links": [ … ], "_embedded": { … } } ]