Members
Partners
Create a signed assertion token for member authorization. Roles: partner admin or self.
Generate and sign an assertion token for the given Mobile Coach member ID. The token will be valid for only 5 minutes and can be used to authenticate the member via single-sign-on.
Notes:
- The token is a URL-safe JWT cryptographically signed by Mobile Coach.
- The member ID is a Mobile Coach member ID (not a member ID from your system).
- Mobile Coach member IDs are returned in partner APIs and webhooks.
- Create a member assertion token as part of a single-sign-on flow into Mobile Coach.
post/api/partners/orgs/{orgId}/members/{memberId}/token
Path parameters
orgIdinteger required
memberIdinteger required
Response
OK
Changes
Changed in 1 of the 2 revisions of this API.5
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○