tenantAssume
Graphql fields and variables for the tenantAssume mutation
mutation tenantAssume ($tenantId: ID!, $tenantCode: String!) {
tenantAssume (tenantId: $tenantId, tenantCode: $tenantCode) {
errors
loginUrl
}
}Arguments
{
"tenantId": "456123",
"tenantCode": ""
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
