Auth0 Management integration (Security). Imported from open-connector.
https://{domain}/{auth0_api_segment}/users
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Zero-based Auth0 page number to request. |
| perPage | integer | optional | The number of Auth0 records to return per page. |
| includeTotals | boolean | optional | Whether Auth0 should return a totals wrapper. |
| query | string | optional | Auth0 user search query in Lucene syntax. |
/users-by-email
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | The email address to search for. |
/users/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Auth0 user ID, such as auth0|abc123. |
/roles
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Zero-based Auth0 page number to request. |
| perPage | integer | optional | The number of Auth0 records to return per page. |
| includeTotals | boolean | optional | Whether Auth0 should return a totals wrapper. |
| nameFilter | string | optional | A role name filter passed to Auth0 as name_filter. |
/roles/{roleId}
| Param | Type | Required | Description |
|---|---|---|---|
| roleId | string | required | The Auth0 role ID, such as rol_abc123. |
/users/{userId}/roles
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Auth0 user ID, such as auth0|abc123. |
| page | integer | optional | Zero-based Auth0 page number to request. |
| perPage | integer | optional | The number of Auth0 records to return per page. |
| includeTotals | boolean | optional | Whether Auth0 should return a totals wrapper. |
/users/{userId}/permissions
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Auth0 user ID, such as auth0|abc123. |
| page | integer | optional | Zero-based Auth0 page number to request. |
| perPage | integer | optional | The number of Auth0 records to return per page. |
| includeTotals | boolean | optional | Whether Auth0 should return a totals wrapper. |
/users/{userId}/effective-permissions
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Auth0 user ID, such as auth0|abc123. |
| page | integer | optional | Zero-based Auth0 page number to request. |
| perPage | integer | optional | The number of Auth0 records to return per page. |
| includeTotals | boolean | optional | Whether Auth0 should return a totals wrapper. |
/users/{userId}/effective-roles
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Auth0 user ID, such as auth0|abc123. |
| page | integer | optional | Zero-based Auth0 page number to request. |
| perPage | integer | optional | The number of Auth0 records to return per page. |
| includeTotals | boolean | optional | Whether Auth0 should return a totals wrapper. |
/users/{userId}/roles
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Auth0 user ID, such as auth0|abc123. |
| roleIds | array | required | Auth0 role IDs to assign or remove. |
/users/{userId}/roles
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Auth0 user ID, such as auth0|abc123. |
| roleIds | array | required | Auth0 role IDs to assign or remove. |
/roles/{roleId}/permissions
| Param | Type | Required | Description |
|---|---|---|---|
| roleId | string | required | The Auth0 role ID, such as rol_abc123. |
| page | integer | optional | Zero-based Auth0 page number to request. |
| perPage | integer | optional | The number of Auth0 records to return per page. |
| includeTotals | boolean | optional | Whether Auth0 should return a totals wrapper. |
/roles/{roleId}/permissions
| Param | Type | Required | Description |
|---|---|---|---|
| roleId | string | required | The Auth0 role ID, such as rol_abc123. |
| permissions | array | required | Auth0 permissions to associate with or remove from the role. |
/roles/{roleId}/permissions
| Param | Type | Required | Description |
|---|---|---|---|
| roleId | string | required | The Auth0 role ID, such as rol_abc123. |
| permissions | array | required | Auth0 permissions to associate with or remove from the role. |
/roles/{roleId}/users
| Param | Type | Required | Description |
|---|---|---|---|
| roleId | string | required | The Auth0 role ID, such as rol_abc123. |
| page | integer | optional | Zero-based Auth0 page number to request. |
| perPage | integer | optional | The number of Auth0 records to return per page. |
| includeTotals | boolean | optional | Whether Auth0 should return a totals wrapper. |
| from | string | optional | Auth0 checkpoint pagination cursor. |
| take | integer | optional | The number of Auth0 users to retrieve with checkpoint pagination. |