https://localbeez.ri7.fr/api/me?clubId=1

App\Entity\User Resource class

Resource Metadata

Short name: "User"

Item operations Attributes
delete
[
  "method" => "DELETE"
  "stateless" => 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"
    ]
  ]
]
put
[
  "method" => "PUT"
  "stateless" => 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"
    ]
  ]
]
get
[
  "normalization_context" => [
    "groups" => "read:user:item:get"
  ]
  "method" => "GET"
  "path" => "/users/{id}"
  "controller" => "App\Controller\Api\User\GetItemController"
  "input" => null
  "output" => null
  "stateless" => 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"
    ]
  ]
]
me
[
  "normalization_context" => [
    "groups" => "read:user:item:me"
  ]
  "method" => "GET"
  "path" => "/me"
  "controller" => "App\Controller\Api\User\MeController"
  "read" => false
  "input" => null
  "output" => null
  "stateless" => 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"
    ]
  ]
]
refreshToken
[
  "normalization_context" => [
    "groups" => "read:user:item:me"
  ]
  "method" => "POST"
  "path" => "/refresh-token"
  "controller" => "App\Controller\Api\User\RefreshTokenController"
  "read" => false
  "input" => null
  "output" => null
  "stateless" => 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"
    ]
  ]
]
getUserCompaniesManagement
[
  "method" => "GET"
  "path" => "/user-companies-management"
  "controller" => "App\Controller\Api\User\UserCompaniesManagementController"
  "normalization_context" => [
    "groups" => "read:user:item:user:companies:management"
  ]
  "read" => false
  "input" => null
  "output" => null
  "stateless" => 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"
    ]
  ]
]
Collection operations Attributes
register
[
  "normalization_context" => [
    "groups" => "read:user:collection:register"
  ]
  "denormalization_context" => [
    "groups" => "write:user:collection:register"
  ]
  "method" => "POST"
  "path" => "/register"
  "controller" => "App\Controller\Api\User\RegisterController"
  "write" => false
  "input" => null
  "output" => null
  "stateless" => 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"
    ]
  ]
]
resetPassword
[
  "method" => "POST"
  "path" => "/reset-password"
  "controller" => "App\Controller\Api\User\ResetPasswordController"
  "input" => null
  "output" => null
  "stateless" => 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"
    ]
  ]
]
authentication_google
[
  "method" => "POST"
  "path" => "/authentication-google"
  "controller" => "App\Controller\Api\User\AuthenticationGoogleController"
  "input" => null
  "output" => null
  "stateless" => 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"
    ]
  ]
]
deleteUser
[
  "normalization_context" => [
    "groups" => "read:user:item:me"
  ]
  "method" => "DELETE"
  "path" => "/delete-user"
  "controller" => "App\Controller\Api\User\DeleteUserController"
  "write" => false
  "input" => null
  "output" => null
  "stateless" => 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"
    ]
  ]
]
removeDeleteRequest
[
  "normalization_context" => [
    "groups" => "read:user:item:me"
  ]
  "method" => "PUT"
  "path" => "/remove-delete-request"
  "controller" => "App\Controller\Api\User\RemoveDeleteRequestController"
  "write" => false
  "input" => null
  "output" => null
  "stateless" => 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
cache_headers
null
denormalization_context
null
deprecation_reason
null
elasticsearch
null
fetch_partial
null
force_eager
null
formats
null
hydra_context
null
input
null
mercure
null
messenger
null
normalization_context
null
openapi_context
null
order
null
output
null
pagination_client_enabled
null
pagination_client_items_per_page
null
pagination_client_partial
null
pagination_via_cursor
null
pagination_enabled
null
pagination_fetch_join_collection
null
pagination_items_per_page
null
pagination_maximum_items_per_page
null
pagination_partial
null
route_prefix
null
security
null
security_message
null
security_post_denormalize
null
security_post_denormalize_message
null
security_post_validation
null
security_post_validation_message
null
stateless
null
sunset
null
swagger_context
null
validation_groups
null
url_generation_strategy
null
composite_identifier
null
exception_to_status
null
query_parameter_validation_enabled
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.