Skip to main content

CreateOrUpdateOrganizationMembershipResponse

Union representing possible return types when creating or updating an organization membership

union CreateOrUpdateOrganizationMembershipResponse =
| BadRequestError
| CreateOrUpdateOrganizationMembershipResult
| InternalServerError

Possible types

CreateOrUpdateOrganizationMembershipResponse.BadRequestError object

Returned when there is an error in the request.

CreateOrUpdateOrganizationMembershipResponse.CreateOrUpdateOrganizationMembershipResult object

The successful result of creating or updating an organization membership

CreateOrUpdateOrganizationMembershipResponse.InternalServerError object

Returned when an error is encountered that is not expected.

Returned By

createOrUpdateOrganizationMembership mutation