Create user
Authentication
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Welcome to the new emnify developer docs! These pages replace the legacy Swagger-based site, which will be removed by end of January 2026.
Creates a user which is not active and has no password assigned. The URL to get the user details is provided as Location Header in the response.
Upon creation, the user account undergoes an activation process (see services below ) in which she receives an email with activation link. Following this link the user is asked to set the password and upon successful completion of this process, the account becomes active and operational.
Provided fields:
username (String required) - has to be the email of this username (String required)organisation (Object optional) - may be provided by regular user, but is required for master user.roles (List of Objects optional) - List of one or more role Ids to be assigned at once. If missing, a default role is assignedA regular user is allowed to specify only organisations which are direct children of his/her own organisation, or his/her own organisation.