Add New User to Group
Add a new Okta user to a group.
Unless otherwise indicated, field types are text.
Input
-
Group
- ID: The ID of the Okta group.
-
User
- ID: The ID of the Okta user.
Output
-
Result
-
Status(number): The status code returned by the API:
-
204
: Successful addition. -
404
: Invalid ID; either the ID is incorrect or that user has already been added.
-
-