Uses of Class
com.ants.platform.client.resources.scim.types.ScimUser
Packages that use ScimUser
Package
Description
-
Uses of ScimUser in com.ants.platform.client.resources.scim
Methods in com.ants.platform.client.resources.scim that return ScimUserModifier and TypeMethodDescriptionScimClient.createUser(CreateUserRequest request) Create a new user in the organization (requires organization-scoped API key)ScimClient.createUser(CreateUserRequest request, RequestOptions requestOptions) Create a new user in the organization (requires organization-scoped API key)Get a specific user by ID (requires organization-scoped API key)ScimClient.getUser(String userId, RequestOptions requestOptions) Get a specific user by ID (requires organization-scoped API key) -
Uses of ScimUser in com.ants.platform.client.resources.scim.types
Methods in com.ants.platform.client.resources.scim.types that return ScimUserMethods in com.ants.platform.client.resources.scim.types that return types with arguments of type ScimUserMethods in com.ants.platform.client.resources.scim.types with parameters of type ScimUserModifier and TypeMethodDescriptionScimUsersListResponse._FinalStage.addResources(ScimUser resources) ScimUsersListResponse.Builder.addResources(ScimUser resources) Method parameters in com.ants.platform.client.resources.scim.types with type arguments of type ScimUserModifier and TypeMethodDescriptionScimUsersListResponse._FinalStage.addAllResources(List<ScimUser> resources) ScimUsersListResponse.Builder.addAllResources(List<ScimUser> resources)