Get data about the NGC external user group of the training event
Get data about NGC external user group associated with the training. This will make an external API call to NGC to obtain this data.
**Required roles (all):** `air_instructor`, `air_org_admin`, `user_admin`
**Additional permissions:**
- Only the instructor who created this training may perform this action.
- The client must have the NCA 'Administrator' role set in the NCA account associated with the NGC Organization.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
A UUID string identifying this training.
Response
userGroupId
Unique identifier for the NGC external user group.
resourceGroup
Resource group name.
name
Name of the external user group.
description
Description of the user group.
idpListLocked
Whether the identity provider list is locked.
requireMatchingEmail
Whether matching email is required.
isUserGroupAdmin
Whether the requester is a user group admin.
serviceRoles
List of service roles for the group.
confirmedUsers
List of confirmed users in the group.
pendingInvitations
List of pending invitations.
type
Type of the user group.
orgName
NGC organization name.
companyName
Company name.
groupContactEmail
Contact email for the group.
permissionSetDesc
Description of the permission set.
startDate
Start date of the user group.
endDate
End date of the user group.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error