OrganizationMembership
editOrganizationMembership
editA user's membership to an organization
Properties
edit-
email
(string
) - The user's email address
-
member_since
(string
asdate-time
, required) - The date and time the user was added to the organization
-
name
(string
) - The user's full name
-
organization_id
(string
, required) - The organization's identifier
-
user_id
(string
, required) - The users's identifier
Example
edit{ "email" : "string", "member_since" : "2019-01-01T00:00:00Z", "name" : "string", "organization_id" : "string", "user_id" : "string" }