PATCH /privileged-access/api/v1/service-accounts/{id}
Updates an existing app service account specified by ID
Servers
- https://{yourOktaDomain}
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | Yes |
ID of an existing service account |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
ownerUserIds[] |
Array | No |
A list of IDs of the Okta users who own the app service account |
name |
String | No |
The user-defined name for the app service account |
description |
String | No |
The description of the app service account |
ownerGroupIds[] |
Array | No |
A list of IDs of the Okta groups who own the app service account |
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.