GET /api/v1/apps/{appId}/group-push/mappings
Lists all group push mappings with pagination support
Servers
- https://{yourOktaDomain}
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
appId |
String | Yes |
Application ID |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit |
Integer | No |
Specifies the number of results returned Default value: 100 |
sourceGroupId |
String | No |
Filters group push mappings by source group ID. If you don't specify a value, all group push mappings are returned. |
after |
String | No |
Specifies the pagination cursor for the next page of mappings |
status |
String | No |
Filters group push mappings by status. If you don't specify a value, all group push mappings are returned. Valid values:
|
lastUpdated |
String | No |
Filters group push mappings by last updated date. The If you don't specify a value, all group push mappings are returned. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.