https://dev.app.pol-crm.com/api/user

App\Security\User Resource class

Resource Metadata

Short name: "User"

Item operations Attributes
No available item operation for this resource.
Collection operations Attributes
get
[
  "method" => "GET"
  "path" => "/user"
  "controller" => "App\Controller\Security\UserAction"
  "output" => [
    "class" => "App\Model\Security\UserInfo"
    "name" => "UserInfo"
  ]
  "swagger_context" => [
    "summary" => "Retrieve user info of current logged user"
  ]
  "input" => null
  "input_formats" => [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
  "output_formats" => [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
]
refresh_token
[
  "method" => "GET"
  "path" => "/user/refresh_token"
  "controller" => "App\Controller\User\RefreshTokenAction"
  "swagger_context" => [
    "summary" => "Refresh Token"
    "tags" => [
      "Todolist"
    ]
  ]
  "input" => null
  "output" => null
  "input_formats" => [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
  "output_formats" => [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
]
Filters
No available filter declared for this resource.
Attributes
route_prefix
"/"
ressource
"."
normalization_context
[
  "groups" => [
    "read"
  ]
]
input
null
output
null

Data Providers

No calls to collection data provider have been recorded.

No calls to item data provider have been recorded.

No calls to subresource data provider have been recorded.

Data Persisters

No calls to data persister have been recorded.