Class AsyncRawOrgsClient


  • public class AsyncRawOrgsClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncRawOrgsClient

        public AsyncRawOrgsClient​(ClientOptions clientOptions)
    • Method Detail

      • getInfoV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrgInfoResponse>> getInfoV1()
        Retrieves basic organization information from the authentication service. | () -> (OrgInfoResponse)
      • getInfoV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OrgInfoResponse>> getInfoV1​(RequestOptions requestOptions)
        Retrieves basic organization information from the authentication service. | () -> (OrgInfoResponse)
      • listMembersV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.util.List<OrgMemberDetails>>> listMembersV1()
        Lists all members of the caller's organization with their roles and details. | () -> (list[OrgMemberDetails])
      • listMembersV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.util.List<OrgMemberDetails>>> listMembersV1​(RequestOptions requestOptions)
        Lists all members of the caller's organization with their roles and details. | () -> (list[OrgMemberDetails])
      • setOrgTypeV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> setOrgTypeV1​(SetOrgTypeReq request)
        Sets the org_type in Clerk's JWT public metadata. Returns True if already set and matching, sets it if not present, or raises exception if conflicting. | (SetOrgTypeReq) -> (bool)
      • setOrgTypeV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> setOrgTypeV1​(SetOrgTypeReq request,
                                                                                                           RequestOptions requestOptions)
        Sets the org_type in Clerk's JWT public metadata. Returns True if already set and matching, sets it if not present, or raises exception if conflicting. | (SetOrgTypeReq) -> (bool)
      • getStripeConnectAccountIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> getStripeConnectAccountIdV1()
        Retrieves the Stripe Connect account ID for the caller's organization. Returns 404 if not set. | () -> (str)
      • getStripeConnectAccountIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> getStripeConnectAccountIdV1​(RequestOptions requestOptions)
        Retrieves the Stripe Connect account ID for the caller's organization. Returns 404 if not set. | () -> (str)