User Management
User Management
The user management API allows control over who has access to a particular organization within MK.IO. These users are invited by email address and can be part of the same company, or can be external to the company. They will receive an email from MK.IO to let them know that they have been invited, and can begin to collaborate once they have logged in and verified their email address.
get List pending invites /api/v1/organization/invites post Create an invite /api/v1/organization/invites get Get one pending invite /api/v1/organization/invites/{invite_id} del Cancel pending invite /api/v1/organization/invites/{invite_id} get Get tokens of all users /api/v1/organization/tokens del Revoke a token of a user /api/v1/organization/tokens/{token_id} get List users /api/v1/organization/users get Get user details /api/v1/organization/users/{user_id} del Remove user /api/v1/organization/users/{user_id}