Skip to main content

Get a service account

GET 

/iam/v1/service_accounts/:id

Get a specific service account.

Request

Path Parameters

    id stringrequired

    A unique identifier for a service_account.

Responses

Successful response - returns a single service_account.

Schema
    client_id string

    Service account's client ID, formatted as an email address.

    contact_email string

    Email address for the user or group managing this service account.

    description

    Service account's description.

    id string

    Unique ID for this service account.

    name string

    Service account's name.

    tsg_id string

    Service account's tenant service group ID.

Loading...