List all group service accounts
GET
/api/v4/groups/{id}/service_accounts
Lists all service accounts in a specified group. Use the page and per_page pagination parameters to filter the results.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”page
integer
Current page number
Example
1per_page
integer
Number of items per page
Example
20order_by
string
Attribute to sort by
sort
string
Order of sorting
Responses
Section titled “Responses”OK
Media typeapplication/json
object
id
integer format: int64
username
string
public_email
string
name
string
email
string
unconfirmed_email
string
Example
{ "id": 1, "username": "admin", "public_email": "john@example.com", "name": "Administrator", "email": "service_account@example.com", "unconfirmed_email": "updated_service_account@example.com"}400 Bad request
401 Unauthorized
403 Forbidden
404 Group not found