---
title: "Get Personal Address Book"
method: POST
path: "/api/ab/personal"
tags: ["address book"]
---

# Get Personal Address Book

`POST /api/ab/personal`

This function is an API endpoint that retrieves the personal address book of the authenticated user. It is tagged with "address book" for OpenAPI documentation.

## Parameters

- none

## Returns

If successful, this function returns a `Json<AbPersonal>` object.  <br> If the user is not authorized to access their personal address book, this function returns a `status::Unauthorized` error.  <br>

## Errors

This function will return an error if the system is in maintenance mode, or if the user is not authorized to access their personal address book.

# Example

POST /api/ab/personal

## Response `200`

- AbPersonal
  - `guid` string, required
  - `error` string, nullable

## Other responses

- `401`

---

[API](https://skmtc.dev/nesaku/apis/sctgdesk-api-server.md) · [All operations](https://skmtc.dev/nesaku/apis/sctgdesk-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nesaku/sctgdesk-api-server/revisions/b1c0e7a4434f/schema)
