Uses of Class
com.langfuse.client.resources.scim.requests.CreateUserRequest
Packages that use CreateUserRequest
-
Uses of CreateUserRequest in com.langfuse.client.resources.scim
Methods in com.langfuse.client.resources.scim with parameters of type CreateUserRequestModifier 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)ScimClient.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) -
Uses of CreateUserRequest in com.langfuse.client.resources.scim.requests
Methods in com.langfuse.client.resources.scim.requests that return CreateUserRequestModifier and TypeMethodDescriptionCreateUserRequest._FinalStage.build()CreateUserRequest.Builder.build()Methods in com.langfuse.client.resources.scim.requests with parameters of type CreateUserRequestModifier and TypeMethodDescriptionCreateUserRequest.Builder.from(CreateUserRequest other) CreateUserRequest.UserNameStage.from(CreateUserRequest other)