Class RawOrgsClient


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

      • RawOrgsClient

        public RawOrgsClient​(ClientOptions clientOptions)
    • Method Detail

      • getInfoV1

        public ChrtApiHttpResponse<java.lang.Object> getInfoV1()
        Retrieves basic organization information from the authentication service.
      • getInfoV1

        public ChrtApiHttpResponse<java.lang.Object> getInfoV1​(RequestOptions requestOptions)
        Retrieves basic organization information from the authentication service.
      • listMembersV1

        public ChrtApiHttpResponse<java.util.List<OrgMemberDetails>> listMembersV1()
        Lists all members of the authenticated organization with their roles and details.
      • updateOrgPublicDataV1

        public ChrtApiHttpResponse<java.lang.Boolean> updateOrgPublicDataV1()
        Updates the handle and/or company_name for the authenticated organization.
      • getOrgPublicDataByOrgIdV1

        public ChrtApiHttpResponse<OrgPublicData1> getOrgPublicDataByOrgIdV1​(java.lang.String orgId)
        Retrieves public organization data for a specific organization by ID.
      • getOrgPublicDataHandleAvailabilityV1

        public ChrtApiHttpResponse<java.lang.Boolean> getOrgPublicDataHandleAvailabilityV1​(java.lang.String handle)
        Returns True when the provided handle is available, otherwise False.
      • getOrgPublicDataHandleAvailabilityV1

        public ChrtApiHttpResponse<java.lang.Boolean> getOrgPublicDataHandleAvailabilityV1​(java.lang.String handle,
                                                                                           RequestOptions requestOptions)
        Returns True when the provided handle is available, otherwise False.