Return All Organization Service Accounts
/api/atlas/v2/orgs/{orgId}/serviceAccounts Returns all Service Accounts for the specified Organization.
Parameters
path Path Parameters
| Name | Type |
|---|---|
orgId
required
Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access. | string |
query Query Parameters
| Name | Type |
|---|---|
itemsPerPage Number of items that the response returns per page. | number |
pageNum Number of the page that displays the current set of the total objects that the response returns. | number |
pretty Flag that indicates whether the response body should be in the prettyprint format. | boolean |
envelope Flag that indicates whether Application wraps the response in an | boolean |
Responses
OK
links?: readonly
results?: readonly
totalCount?: number;
}
Client Errors
Unauthorized.
badRequestDetail?:
detail?: string;
error: number;
errorCode: string;
parameters?: readonly {}[];
reason?: string;
}
Forbidden.
badRequestDetail?:
detail?: string;
error: number;
errorCode: string;
parameters?: readonly {}[];
reason?: string;
}
Not Found.
badRequestDetail?:
detail?: string;
error: number;
errorCode: string;
parameters?: readonly {}[];
reason?: string;
}
Server Errors
Internal Server Error.
badRequestDetail?:
detail?: string;
error: number;
errorCode: string;
parameters?: readonly {}[];
reason?: string;
}