MembershipRequest
org.sagebionetworks.repo.model.MembershipRequest
JSON schema for MembershipRequest POJO
| Field | Type | Description |
|---|---|---|
| id | STRING | The id of the MembershipRequest. |
| teamId | STRING | The id of the Team to which the request is sent. |
| userId | STRING | The id of the user for whom membership is requested. |
| message | STRING | The request message (optional). |
| expiresOn | STRING | The date this MembershipRequest expires (optional). |
| createdOn | STRING | The date this MembershipRequest was created. |
| createdBy | STRING | The ID of the user that created this MembershipRequest. |