Add User to Group

Add a new Okta user to a group.

Scopes

See Action cards for the list of required OAuth scopes for this card.

Input

Field Definition Type Required

Group

ID

ID of the Okta group.

Text TRUE

User

ID

ID of the Okta user.

Text TRUE

Output

Field Definition Type

Status

Result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed. For example:

  • A 204 status code indicates that the user was added.
  • A 403 error indicates that the HTTP request wasn't processed because the necessary permissions were missing.

For a full list of possible status codes, see HTTP status codes.

Number