Uses of Class
com.langfuse.client.resources.scim.types.ScimUser
Packages that use ScimUser
-
Uses of ScimUser in com.langfuse.client.resources.scim
Methods in com.langfuse.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)Methods in com.langfuse.client.resources.scim that return types with arguments of type ScimUserModifier and TypeMethodDescriptionAsyncRawScimClient.createUser(CreateUserRequest request) Create a new user in the organization (requires organization-scoped API key)AsyncRawScimClient.createUser(CreateUserRequest request, RequestOptions requestOptions) Create a new user in the organization (requires organization-scoped API key)AsyncScimClient.createUser(CreateUserRequest request) Create a new user in the organization (requires organization-scoped API key)AsyncScimClient.createUser(CreateUserRequest request, RequestOptions requestOptions) Create a new user in the organization (requires organization-scoped API key)RawScimClient.createUser(CreateUserRequest request) Create a new user in the organization (requires organization-scoped API key)RawScimClient.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)AsyncRawScimClient.getUser(String userId, RequestOptions requestOptions) Get a specific user by ID (requires organization-scoped API key)Get a specific user by ID (requires organization-scoped API key)AsyncScimClient.getUser(String userId, RequestOptions requestOptions) Get a specific user by ID (requires organization-scoped API key)Get a specific user by ID (requires organization-scoped API key)RawScimClient.getUser(String userId, RequestOptions requestOptions) Get a specific user by ID (requires organization-scoped API key) -
Uses of ScimUser in com.langfuse.client.resources.scim.types
Methods in com.langfuse.client.resources.scim.types that return ScimUserMethods in com.langfuse.client.resources.scim.types that return types with arguments of type ScimUserMethods in com.langfuse.client.resources.scim.types with parameters of type ScimUserModifier and TypeMethodDescriptionScimUsersListResponse._FinalStage.addResources(ScimUser resources) ScimUsersListResponse.Builder.addResources(ScimUser resources) Method parameters in com.langfuse.client.resources.scim.types with type arguments of type ScimUserModifier and TypeMethodDescriptionScimUsersListResponse._FinalStage.addAllResources(List<ScimUser> resources) ScimUsersListResponse.Builder.addAllResources(List<ScimUser> resources)