/team-management/v1/service-accounts/
id |
+ | QUERY | OPTIONAL | STRING | Comma-separated service account IDs. |
+
username |
+ | QUERY | OPTIONAL | STRING | Substring username search phrase. |
+
teams |
+ | QUERY | OPTIONAL | STRING | Comma-separated team IDs. |
+
limit |
+ | QUERY | OPTIONAL | INTEGER | Number of results to return per page. |
+
offset |
+ | QUERY | OPTIONAL | INTEGER | The initial index from which to return the results. |
+
200 |
+ Success. Service account list returned. | +|
403 |
+ Forbidden. You do not have permission to look up service accounts. | +
/team-management/v1/service-accounts/{uuid}/
uuid |
+ | PATH | REQUIRED | STRING | The unique identifier of the service account. You can find the |
+
200 |
+ Success. Service account details returned. | +|
403 |
+ Forbidden. You do not have permission to access this resource. | +|
404 |
+ Not found. The specified service account does not exist. | +
/team-management/v1/service-accounts/
name |
+ | BODY | REQUIRED | STRING | A user-friendly display name for the service account. Must be between 1 and 128 characters. |
+
team_uuid |
+ | BODY | REQUIRED | STRING | The unique identifier of the team to which the service account will be assigned. You can look up team IDs using the [Lookup Teams](#lookup-teams) endpoint. |
+
201 |
+ Success. Service account created successfully. | +|
403 |
+ Forbidden. You do not have permission to create a service account. | +
/team-management/v1/service-accounts/{uuid}/
uuid |
+
+ | PATH | REQUIRED | STRING | +The unique identifier of the service account. You can find the |
+
name |
+ | BODY | REQUIRED | STRING | A user-friendly display name for the service account. Must be between 1 and 128 characters. |
+
200 |
+ Success. Service account updated successfully. | +|
403 |
+ Forbidden. You do not have permission to update this service account. | +|
404 |
+ Not found. The specified service account does not exist. | +
/team-management/v1/service-accounts/{uuid}/
uuid |
+
+ | PATH | REQUIRED | STRING | +The unique identifier of the service account. You can find the |
+
204 |
+ Success. Service account deleted successfully. No content returned. | +|
403 |
+ Forbidden. You do not have permission to delete this service account. | +|
404 |
+ Not found. The specified service account does not exist. | +
/team-management/v1/service-accounts/{uuid}/reset-access-key/
uuid |
+
+ | PATH | REQUIRED | STRING | +The unique identifier of the service account. You can find the |
+
200 |
+ Success. Service account access key was rotated. | +|
403 |
+ Forbidden. You do not have permission to reset the access key for this service account. | +|
404 |
+ Not found. The specified service account does not exist. | +