/membershipsCreate a membership
Creates a new membership connecting a Team or User to a goal, project, portfolio, custom type, or custom field. Supply the membership details in the data object, including the member, parent, role, and access level when applicable. A 201 response returns the complete newly created membership record.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Membership details for associating a Team or User with a goal, project, portfolio, custom type, or custom field.
A 400 is returned when the request is missing required information or contains malformed syntax. A 401 is returned when you do not provide a valid authentication token, and a 403 is returned when the authenticated user lacks access to the specified objects or properties. A 404 is returned when the method, path, or referenced object is not found; a 500 is returned for a server-side failure.