Class RawOrgProfilesClient


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

      • RawOrgProfilesClient

        public RawOrgProfilesClient​(ClientOptions clientOptions)
    • Method Detail

      • createProviderV1

        public ChrtApiHttpResponse<java.lang.String> createProviderV1​(ProviderOrgProfileClientCreate1 request)
        Creates a new provider organization profile. Fails if a profile already exists for the organization. | (ProviderOrgProfileClientCreate1) -> (PydanticObjectId)
      • updateProviderV1

        public ChrtApiHttpResponse<java.lang.Boolean> updateProviderV1()
        Updates an existing provider organization profile. | (ProviderOrgProfileClientUpdate1) -> (bool)
      • getByHandleV1

        public ChrtApiHttpResponse<ProviderOrgProfile1> getByHandleV1​(java.lang.String handle)
        Retrieves a provider organization profile by handle for public profile viewing. | () -> (ProviderOrgProfile1)
      • getAvatarV1

        public ChrtApiHttpResponse<java.lang.String> getAvatarV1​(java.lang.String handle)
        Returns the organization avatar image URL from WorkOS or a placeholder if not found. | () -> (str)
      • getAvatarV1

        public ChrtApiHttpResponse<java.lang.String> getAvatarV1​(java.lang.String handle,
                                                                 RequestOptions requestOptions)
        Returns the organization avatar image URL from WorkOS or a placeholder if not found. | () -> (str)