tenantAssume
Graphql fields and variables for the tenantAssume mutation
Last updated
Was this helpful?
Graphql fields and variables for the tenantAssume mutation
Generate a login link to assume tenant as support user
Scope required: assume:write
mutation tenantAssume ($tenantId: ID!, $tenantCode: String!) {
tenantAssume (tenantId: $tenantId, tenantCode: $tenantCode) {
errors
loginUrl
}
}{
"tenantId": "456123",
"tenantCode": ""
}tenantId
ID
tenantCode
String
errors
List (String)
loginUrl
String
Last updated
Was this helpful?
Was this helpful?
