UserApi userApi = new UserApi(client); User user = UserBuilder.instance() .setEmail("joe.coder@example.com") .setFirstName("Joe") .setLastName("Code") .setGroups(Arrays.asList("groupId-1", "groupId-2")) .buildAndCreate(userApi); Update a User UserApi userApi = new UserApi(cli...
8. Click the Test API Credentials button. 9. Click the Save button. 10. Once Saved, click the To App link in the Settings left pan. 11. Click the Edit link on the right side of the pan. 12. Check the Enable checkbox for "Create Users", "Update User Attributes" and "Deactivate Us...
Update current User's Profile See Update a User (opens new window) in the new Okta API reference portal (opens new window). Update Profile with ID See Update a User (opens new window) in the new Okta API reference portal (opens new window). Related resources Get Assigned App Links...
Update User Attributes Deactivate Users This will make sure that these request types will be sent to Zabbix. 5. Make sure that all attributes defined in SAML are defined in SCIM. You can access the profile editor for your app in "Provisioning" -> "To App", by clicking onGo to Profile ...
Push Profile Update Updates made to the user's profile in Okta will be pushed to GitHub Enterprise Server. Push Groups Groups in Okta that are assigned to the GitHub's application as Push Groups are automatically created in the enterprise on GitHub Enterprise ...
PropertyDescriptionDataTypeNullableUniqueReadonlyMaxLength deviceToken A globally unique ID (without hyphens) identifying the user's client device or user agent String TRUE FALSE FALSE 32Caution: The deviceToken parameter isn't shared between the Authentication API and the Okta Identity Engine-specific ...
users = user; // also store user object on authState return authState; } }; const oktaAuth = new OktaAuth(config); oktaAuth.authStateManager.subscribe(authState => { // handle latest authState }); oktaAuth.authStateManager.updateAuthState(); restoreOriginalUri 🔗 web browser only ...
API token Stores the API token that grants authorized access to Okta. Okta API tokens are issued for a specific user and all requests with the token act on behalf of the user. Therefore, you should only generate an API token for a user account with an appropriate level of access in the...
Update a User user.getProfile().setFirstName("new-first-name");user.update(); Get and set custom attributes user.getProfile().put("customPropertyKey","a value");user.getProfile().get("customPropertyKey"); Remove a User user.deactivate();user.delete(); ...
INSERT, DELETE ApplicationGroups, ClientApplications, EnrolledFactors, GroupMembers, PasswordPolicies, UserRoles INSERT, UPDATE Users UPDATE, DELETE IDPDiscoveryPolicies DELETE GroupRules, IdentityProviders INSERT LinkedObjectsSupported ActionsSkyvia supports all the common actions for Okta.On...