Skip to content

Get a user
Properties
Customers
Websites

Request

Returns detailed information about a user (agent/collaborator). Requires SITE_ADMIN:READ permission and RS:ADMIN_GET right.

Use ?include=logs to include the user's recent action log entries.

Security
bearerAuth
Path
userIdintegerrequired

Unique identifier of the user.

Example:582602
Query
includestring

Additional data to include. Currently available: logs (recent action log entries for this user).

Example:include=logs
curl -i -X GET \
  'https://api-doc.immo-facile.com/_mock/openapi/users/582602?include=logs' \
  -H 'Authorization: Bearer <YOUR_opaque_HERE>'

Responses

User details

Bodyapplication/json
dataobject(UserResponse)

User (agent/collaborator) details. Some fields are only populated when the user has data for them; null otherwise.

Response
{ "data": { "id": 582602, "firstname": "Marie", "lastname": "Martin", "gender": "f", "sexe": "string", "is_rsac_displayed": true, "ai_consent": true, "editor_code": "string", "picture": "string", "signature": "string", "email": "marie.martin@agence.fr", "phone": "+33498765432", "mobile_phone": "+33698765432", "site_code": "string", "rsac_number": "string", "description": "string", "delegation": true, "status": 1, "rsac_city": "string", "production_ratio": 0, "ip_filter": "string", "group_id": 2, "group_id2": 0, "last_login_date": "2026-06-15T08:30:00+02:00", "is_email_valid": true, "color": "string", "experience": "string", "career_path": "string", "specialty": "string", "zimbra_login": "string", "zimbra_alias": "string", "agency_id": 123, "agencies_list": "123,456", "agencies_list_affectation": "string", "is_visible_directory": true, "professional_liability_number": "string", "professional_liability_organization": "string", "professional_liability_address": "string", "jestimo_login": "string", "jestimo_password": "string", "user_types": [], "logs": [] } }