portalSessionCreate
Graphql fields and variables for the portalSessionCreate mutation
mutation portalSessionCreate ($tenantCode: String!, $expiry: Int!, $returnUrl: String!) {
portalSessionCreate (tenantCode: $tenantCode, expiry: $expiry, returnUrl: $returnUrl) {
errors
token
}
}Arguments
{
"tenantCode": "",
"expiry": 123,
"returnUrl": ""
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
