| Package | Description |
|---|---|
| org.graylog2.rest.models.users.requests | |
| org.graylog2.rest.resources.users |
| Modifier and Type | Method and Description |
|---|---|
static CreateUserRequest |
CreateUserRequest.create(@NotEmpty String username,
@NotEmpty String password,
@Email String email,
@NotEmpty String firstName,
@NotEmpty String lastName,
@NotNull List<String> permissions,
String timezone,
@Min(value=1L) Long sessionTimeoutMs,
Startpage startpage,
List<String> roles) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
UsersResource.create(@Valid @NotNull CreateUserRequest cr) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.