Create a link for the organization's admin portal
POST/:realm/orgs/:orgId/portal-link
Create a link for this organizations admin portal. This link encodes an action token on behalf of the organization's default admin user, or the user that is optionally specified in this request. The user specified must be a member of this organization, and have full organization admin roles.
Request
Path Parameters
realm stringrequired
realm name (not id!)
orgId stringrequired
organization id
- application/x-www-form-urlencoded
Body
userId string
Responses
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
user string
link string
redirect string
{
"user": "string",
"link": "string",
"redirect": "string"
}
Loading...