Skip to main content

Update an Organization profile

PUT 

/v1/organizations/profile

Update an Organization profile

Request

Body

The request received from the client.

    name stringrequired

    The name of the Organization.

    timeZone stringrequired

    An IANA time zone database identifier corresponding to the time zone for date and time related properties e.g. "Australia/Sydney".

    culture stringrequired

    A culture (locale) in a format "languagecode2-country/regioncode2" e.g. "en-US". The culture determines the formatting for dates and numbers.

Responses

OK

Schema

    organization

    object

    required

    An Organization.

    organizationId stringrequired

    The Organization identifier.

    name stringrequired

    The name of the Organization.

    timeZone stringrequired

    An IANA time zone database identifier corresponding to the time zone for date and time related properties e.g. "Australia/Sydney".

    culture stringrequired

    A culture (locale) in a format "languagecode2-country/regioncode2" e.g. "en-US". The culture determines the formatting for dates and numbers.

    timestamp date-timerequired

    A timestamp of when the organization was updated

Loading...