Invite a user to a tenant
Invite sent to user
tenant user invite create error
Unauthorized
{- "email": "user@example.com",
- "meta": {
- "email": "user@example.com",
- "profile": {
- "role": "Enterprise Admin",
- "enterprise": "796caaf9-a7de-4817-9ffa-39d04bf83de9",
- "groups": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "authz_role_id": "c85d5e04-56ba-49f9-8ef1-94165471fa4c"
}
}, - "connection_id": "string"
}
{- "id": "string",
- "email": "user@example.com",
- "tenant_id": "string",
- "idp_invite_id": "string",
- "meta": { },
- "connection_id": "string",
- "send_invitation_email": true,
- "invitation_url": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
List user invites in a tenant
Tenant user invites
List tenant user invites error
Unauthorized
{- "count": 0,
- "userinvites": [
- {
- "id": "string",
- "email": "user@example.com",
- "tenant_id": "string",
- "idp_invite_id": "string",
- "meta": { },
- "connection_id": "string",
- "send_invitation_email": true,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]
}