restapi.services.authentication.BaseAuthentication.create_user

abstract BaseAuthentication.create_user(userdata, roles, group)[source]

A method to create a new user

Parameters:
  • userdata (dict[str, Any])

  • roles (list[str])

  • group (Any)

Return type:

Any