Interface UsersResource


  • @Path("/apis/registry/v2/users")
    public interface UsersResource
    A JAX-RS interface. An implementation of this interface must be provided.
    • Method Detail

      • getCurrentUserInfo

        @Path("/me")
        @GET
        @Produces("application/json")
        UserInfo getCurrentUserInfo()
        Returns information about the currently authenticated user.