curl --request GET \
--url http://localhost/api/users/{id}/memberships[
{
"uuid": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"changeSequence": 123,
"role": "OWNER",
"organization": {
"name": "<string>",
"slug": "<string>",
"organizationStatus": "ACTIVE",
"uuid": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"changeSequence": 123,
"publicAccess": true,
"description": "<string>",
"hasImage": true,
"defaultToPrivateTemplates": true,
"supportAccess": true,
"supportAccessExpiresAt": "2023-11-07T05:31:56Z",
"stripeCustomerId": "<string>",
"enterpriseOrganization": true,
"id": "<string>"
},
"user": {
"email": "<string>",
"uuid": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"changeSequence": 123,
"firstName": "<string>",
"lastName": "<string>",
"bio": "<string>",
"userStorage": {
"favoriteLinks": [
{
"link": "<string>"
}
]
},
"showDeveloperTools": true,
"image": "<string>",
"userHash": "<string>",
"acceptedTerms": true,
"userType": "HUMAN",
"active": true,
"fullName": "<string>",
"externallyManaged": true,
"hasAcceptedTerms": true,
"id": "<string>",
"security": {
"roles": [
"PLATFORM_ADMIN"
]
},
"preferences": {
"showWelcomeMessage": true,
"showOnboarding": true,
"showScrollbars": true
}
},
"id": "<string>"
}
]Get memberships for user
curl --request GET \
--url http://localhost/api/users/{id}/memberships[
{
"uuid": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"changeSequence": 123,
"role": "OWNER",
"organization": {
"name": "<string>",
"slug": "<string>",
"organizationStatus": "ACTIVE",
"uuid": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"changeSequence": 123,
"publicAccess": true,
"description": "<string>",
"hasImage": true,
"defaultToPrivateTemplates": true,
"supportAccess": true,
"supportAccessExpiresAt": "2023-11-07T05:31:56Z",
"stripeCustomerId": "<string>",
"enterpriseOrganization": true,
"id": "<string>"
},
"user": {
"email": "<string>",
"uuid": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"updatedOn": "2023-11-07T05:31:56Z",
"changeSequence": 123,
"firstName": "<string>",
"lastName": "<string>",
"bio": "<string>",
"userStorage": {
"favoriteLinks": [
{
"link": "<string>"
}
]
},
"showDeveloperTools": true,
"image": "<string>",
"userHash": "<string>",
"acceptedTerms": true,
"userType": "HUMAN",
"active": true,
"fullName": "<string>",
"externallyManaged": true,
"hasAcceptedTerms": true,
"id": "<string>",
"security": {
"roles": [
"PLATFORM_ADMIN"
]
},
"preferences": {
"showWelcomeMessage": true,
"showOnboarding": true,
"showScrollbars": true
}
},
"id": "<string>"
}
]OK
The UUID of the object
The change sequence of the object, which can be used to track modications
OWNER, READ, WRITE Show child attributes
ACTIVE, HAS_ISSUES, CANCELLED, ARCHIVED The UUID of the object
The change sequence of the object, which can be used to track modications
The ID of the object
A user of the Kodexa Platform
Show child attributes
Email address of the user
The UUID of the object
The change sequence of the object, which can be used to track modications
First name of the user
Last name of the user
About the user
Show developer tools in the UI
Link to user image
HUMAN, ASSISTANT, SERVICE Flag to indicate if the user is active
Full name of the user
Flag to indicate if the user has accepted the terms of service
The ID of the object
The ID of the object