addServiceAccountToGroup
Add a service account to a group, granting it the group's access level.
addServiceAccountToGroup(
organizationId: ID!
serviceAccountId: ID!
groupId: ID!
): ServiceAccountGroupPayload
Arguments
addServiceAccountToGroup.organizationId ● ID! non-null scalar {#organization-id}
Your organization ID
addServiceAccountToGroup.serviceAccountId ● ID! non-null scalar {#service-account-id}
The service account ID
addServiceAccountToGroup.groupId ● ID! non-null scalar {#group-id}
The group ID to add the service account to