Examplary
  • Start for free

    Create user

    Create a new user in the workspace.

    POST https://api.examplary.ai/users

    Request body

    application/json
    emailstring· email· pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$required
    namestring· min length: 1· max length: 100
    rolestring· default: teacher

    Allowed values:owneradminteacherstudentmember

    sendInviteboolean· default: false

    Whether to send an invitation email. Defaults to false.

    Requirements

    User roles

    This endpoint requires the teacher, admin, or owner role to be present.

    OAuth scopes

    This endpoint requires the users:write scope to be present.