This article describes how to assign a license to a Google Workspace user via Okta API.
- Okta Integration Network (OIN)
- Google Workspace
- Okta API
- Okta Identity Engine (OIE)
Use the Application Users API to assign users to apps. The license can be specified in the body of the POST request, as shown below:
{
"id": "00u...",
"scope": "USER",
"credentials": {
"userName": "..."
},
"profile": {
"googleLicenses" : [
"Cloud Identity"
]
}
}
Related References
- For details on license mapping, please take a look at License Mapping.
