OrganizationMemberships
Columns
Name
Type
ReadOnly
References
Description
Id [KEY]
Long
True
Automatically assigned when the membership is created.
OrganizationId
Long
False
Organizations.Id
The ID of the organization associated with this user, in this membership.
UserId
Long
False
Users.Id
The ID of the user for whom this memberships belongs.
Default
Boolean
False
Denotes whether this is the default organization membership for the user. If false, returns null.
CreatedAt
Datetime
True
When this record was created.
UpdatedAt
Datetime
True
When this record last got updated.
Url
String
True
The url of this resource.
Last updated