okta.apps.read
Lists all group assignments for an application
Success
Forbidden
Not Found
Too Many Requests
[- {
- "id": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "priority": 0,
- "profile": {
- "property1": { },
- "property2": { }
}, - "_embedded": {
- "property1": { },
- "property2": { }
}, - "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.apps.read
Retrieves an application group assignment
Success
Forbidden
Not Found
Too Many Requests
{- "id": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "priority": 0,
- "profile": {
- "property1": { },
- "property2": { }
}, - "_embedded": {
- "property1": { },
- "property2": { }
}, - "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.apps.manage
Assigns a group to an application
Success
Bad Request
Forbidden
Not Found
Too Many Requests
{- "priority": 0,
- "profile": {
- "property1": { },
- "property2": { }
}
}
{- "id": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "priority": 0,
- "profile": {
- "property1": { },
- "property2": { }
}, - "_embedded": {
- "property1": { },
- "property2": { }
}, - "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.apps.manage
Unassigns a group from an application
No Content
Forbidden
Not Found
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}