Skip to content

API v2 get customer #940

@c8y3

Description

@c8y3

Implement endpoint GET /api/v2/manage/customers/{identifier} to get the user profile.

  • return 200 in case of success
  • return a field in case of success
  • create method in the business layer
  • return 404 when the customer is not found
  • return 403 when the user has no permission to read customers
  • check returned object is uniform with other endpoints
  • deprecate GET /manage/customers/<int:client_id>
  • openapi: document endpoint
  • openapi: deprecate GET /manage/customers/<int:client_id>

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions