Package io.camunda.client.api.response
Interface CreateUserResponse
- All Known Implementing Classes:
CreateUserResponseImpl
public interface CreateUserResponse
-
Method Summary
-
Method Details
-
getUsername
String getUsername()Returns the username of the created user.- Returns:
- the username of the created user.
-
getName
String getName()Returns the name of the created user.- Returns:
- the name of the created user.
-
getEmail
String getEmail()Returns the email of the created user.- Returns:
- the email of the created user.
-